According to this page:
https://learn.microsoft.com/en-us/answers/questions/495225/azure-sql-database-fit-query.html
"a result of 1.000000000000 1.000000000000 1.000000000000 indicates that the workload always fit underneath the desired % of the resource limit"
So, a 1.0 equals a 100% ratio within limits (80% in the query).
I'll keep investigating... I just had a query run in 1 minute and 48 seconds without "order by" clause - returning approx. 8000 rows.
When adding one order by column, the query took > 3 hours.
sys.query_store_wait_stats shows that the query have > 200 minutes in wait for "memory". (12177015 ms)