In the Simple recovery model, minimal logging is used for most transactions to save space and improve performance; the log is automatically truncated. Bulk-Logged minimally logs bulk operations but fully logs other transactions. Full recovery logs all transactions. Therefore, the correct statement is that in Simple recovery, most transactions are minimally logged, which conserves log space.