Another reminder that was tripping me up. If you don't put:
'order' => 'ASC',
in there, it won't perform the orderby. You can of course also do a DESC, but the direction must be stated. Was confused by this because in normal SQL, the ASC/DESC is optional and defaulted to ASC.