v.22.9Bug Fix

Fix for Incorrect Results in Queries with ORDER BY and Limited Rows

Queries with ORDER BY and 1500 <= LIMIT <= max_block_size could return incorrect result with missing rows from top. Fixes #41182. #41576 (Nikolai Kochetov).