in reply to implicit sort disables a chained subroutine?

running the above code with perl -MO=Deparse results in the following:

print sort(uniq(@array)); print sort('uniq' @array);
May the Force be with you