Open inspector to see the difference

useRouterQuery() output

If you see flicker here it's probably only the keys re-ordering after Next.js returns with values
{
    "all": [
        "[...all]"
    ]
}

useRouter().query output

Reload and notice the slight flickering below
{}