The idea is that everything is in the HTML - as few files are loaded upon page load.
If Googlebot is having trouble loading say, 80 files upon page load (CSS, JS, JPG, etc files), then by adding the contents of those 10 CSS files directly into your HTML, now it only has to load 70 files. It...