@Sarge MakeCode’s compiler is actually really smart about only compiling code that is actually used in your project. This is called tree shaking.
As such, it’s totally possible to make huge extensions but not add that much to the compiled binary! Only the code that is actually referenced in the project will make it in.