Magento 2 "sequence_" tables
I happened to notice this table.
In case you're still interested, it records the increment_id for order/invoice/shipment of your store.
e.g. Place a new order, it increases by 1.
Set it to 1000000, your next order id will be 1000001.