The Cost of Javascript
Unlike images, Javascript doesn't just need to be downloadedโit must be parsed, compiled, and executed by the CPU. This is why JS is the heaviest asset on the web.
Faster Execution
JS minifiers not only strip whitespace but also mangle variable names (turning 'userAccountBalance' into 'a'). This reduces the file size, drastically improving the Time to Interactive (TTI) metric.