The compiler in SCI Companion produces smaller SCI byte code than SCI Studio. The benefit is more free memory in your game, and less likelihood of "Out of heap space" errors.
On average, compiled scripts take up about 10-20% less space than in SCI Studio's compiler.
In the template game, this saves about 4KB of heap space at game startup.