select uid
, count(trace_id) cnt
from user_client_log
where step = 'order'
group by 1
order by 2 desc 
limit 3