The only benefit might be that you could create your indexes with the nosort option. However, if you're having to sort the data beforehand, there probably isn't much advantage over letting Oracle do the sort.
There is no external sort utility in Oracle, so you would probably have to use an operating system command like UNIX sort.