When I use the Google Analytics 4 script through Google Tag Manager it sets both the original analytics scripts and the gtag script. Like so:
<script type="text/javascript" async="" src="https://www.google-analytics.com/analytics.js"></script
<script type="text/javascript" async="" src="https://www.googletagmanager.com/gtag/js?id=MY_ID"></script>
Why is the analytics.js included and not just the gtag/js like Google suggests if I get the code snippet through GA?