I using query which returns nearby streets. Is it possible to order this streets by distance from the point?
<query type="way">
<around lat="51.15178610143037" lon="9.931640625" radius="1000"/>
<has-kv k="highway" regv="primary|secondary|tertiary|residential"/>
</query>
<union>
<item/>
<recurse type="down"/>
</union>
<print/>
Not directly within the Overpass API. You'd have to sort the streets yourself in a post-processing step.