Requested feature overview description.
The /posts.json API endpoint only allows tags, limit and page.
The proposed before_id parameter would allow having only the posts returned before the specified id.
Why would it be useful?
This has one huge advantage in comparison to using the id meta tag like id:<X for querying big lists, because it allows custom orders.
What part(s) of the site page(s) are affected?
https://e621.net/help/api#posts_list
https://e621.net/posts.json
https://e621.net/posts
Additional info:
There seams to be some sort of implementation of this already in the prev/next buttons on post pages.
Example: on https://e621.net/posts/2173421?q=fav%3Atilcreator the next button links to: https://e621.net/posts/2173421/show_seq?q=fav%3Atilcreator&seq=next
Updated