Here are some improvements for displaying a users transactions (say on a website).
- it is useful to be able to show the transactions from "newest to oldest" rather then "oldest to newest"
- by making the call return nothing if the 'from' parameter is greater then the total number of transactions we can implement crude pagination (in lieu of a 'gettransactioncount' api call)