Sorting timestamps in query results can be achieved by appending `ORDER BY time DESC` to the query, which returns points with the newest timestamps first. When quoting measurements in line protocol, it is essential to double quote the measurement name and escape the double quotes that are part of the measurement name, as InfluxDB assumes they are part of the measurement name. This helps avoid incorrect results and ensures accurate querying.