It is not easy (in
model) in present version.
But you can do it much easier from the
view :
$myModel->addOrder('a.xxxxx');
OR
$myModel->addGroupBy('a.xxxxx');
The difference is that the groupby is prioritary regarding to any other orders. (grid sorting for example)