As an example, one feature of the compiler is the package manager, which means that the standard library needs to have:
- HTTP client
- Decompression algorithms
- TLS implementation
- etc
If not for the package manager, this stuff may not be in the standard library at all, and instead left to 3rd party libraries.