Currently, event-list output will be sorted by message id, that is
because table field 0 is the default sort field. But sort by id makes
no sense, and REST API returns events by timestamp order, so let's
keep consistent with upstream.
Change-Id: I524b05ed5ff9db34430afd722991d02545c263cb
Closes-Bug: #1406622