Actions would allow you to execute a JS script or a SQL query against your database using values from a record.
As an example, if you have an "email" column on a "Users" table in your database, you could create an action called "Send onboarding email" which would execute a JS script that uses the "email" value for a record to send an email to a user (e.g. by making an API request to the ConvertKit API).