I couldn’t find the option for this through the FreshRSS configuration, but Apache will happily rewrite URLs so that your sort order defaults to sort by Publication Date
RewriteEngine on
RewriteCond %{QUERY_STRING} a=normal
RewriteCond %{QUERY_STRING} !sort=
RewriteRule (.*) $1?sort=date&order=DESC [R,L,QSA]