From the js perspective you use it all over the place so it's nice to have a one letter name:

var my_sort = R.compose(R.first, R.sort, R.prop('id'))