Server-side sorting of posts

The display of posts is controlled by WordPress Loop. It has a lot of possible arguments, but they are rarely exposed in URL (especially if using pretty permalinks).

But it is possible to make use of arguments by manually adding them to URL.

For sorting see Orderby Parameters. Your example would be something like:

domain.com/?orderby=date
domain.com/?orderby=title