Why is MG's memory consumption much higher than that of XNA?

One thing I found when porting from XNA to MG was that my audio files weren’t getting compressed. My app used XACT extensively which supports ADPCM compression (4:1). MG doesn’t support this so the audio files end up uncompressed. With lots of audio this ballooned the install size and memory footprint of any in-memory audio.