Y-leveldb concurrent transactions

I see this comment here mentions transacting concurrently based on room name. y-leveldb/y-leveldb.js at 74daedd13b6cc781ebf5c5158c4dd5e245926ba4 · yjs/y-leveldb · GitHub

What would this actually accomplish? Isn’t leveldb single-threaded so you can’t have concurrent readers/writers?