Feature summary:
Load a minified version of javascript pages written by users. (and perhaps CSS as well if possible, but JS pages tend to be the bigger ones)
I imagine accessing this like maybe:
mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Ahecht/Scripts/refresh.js&ctype=text/javascript&action=minify');
or perhaps through Special:Minify/User:Ahecht/Scripts/refresh.js.
Use case(s):
Literally anyone who loads user scripts.
Benefits:
Reduced bandwidth needs. Some users create two versions of their script, one minified, one regular. That's obviously more trouble and error-prone than a MediaWiki feature.