Currently BaseRecord.save() and BaseRecord.delete() operations operate on single records.
It's interesting to offer an alternative form to these operations that take advantage of the batching capabilities of Airtable API for these operations (currently limited to 10 records per request).