USE ONLY for related questions to e-commerce. DO NOT USE in all other cases.
In e-commerce Orders are the objects that contains all the details of customers purchases.
For Woocommerce, This tag mainly refer to Wordpress "shop_order" custom post type, to WC_Order Class (and sub classes) and also to wc_get_orders() query function.