Why not use SVG sprites?

Why not use SVG sprites?

Hi I am new to JQM, doing markup/CSS work on a project. 
Looking into the way JQM deals with icons a question came up:

What where the reasons for going with base64 encoded images instead of a sprite?

According to this article the images appear significantly slower (apart from not beeing cached):
http://www.mobify.com/blog/base64-does-not-impact-data-uri-performance/
so I was just wondering what is the gain...


Thanks