I have an array with keys like so:
[\'asdf12\',\'39342aa\',\'12399\',\'129asg\',...]
and a collection which has these keys in each object
var sortedCollection = _.sortBy(collection, function(item){ return firstArray.indexOf(item.guid) });