Interface available through the Theme Manager that allows you to manage JavaScript files. Basically will allow you to combine multiple JavaScript files into "packages" that will be minified before they are served. There are several benefits to this, among them being smaller JavaScript file sizes and less additional resource requests.
(Minification is the process by which a JavaScript file's variable names are shortened and unnecessary whitespace is removed.)